home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / ABox 1.9.5 / ABox info... / About the ABox... / Version History < prev   
Encoding:
Text File  |  1995-10-26  |  3.3 KB  |  67 lines  |  [TEXT/MMCC]

  1. ==========
  2. Version history:
  3. 1.9.5    Fixes for the new CW/7 release of CodeWarrior; CW6 let
  4.         some non-standard uses of the "const" keyword slip thru
  5.         as legal syntax. Building v1.9 under CW/7 would work, but
  6.         you would get TONS of warning messages from the compiler.
  7. 1.9        Fixed a problem with the detection of the DragManager
  8.         on some PowerPC Macs that may have the shared library
  9.         for the DragMgr installed. The code used is now identical to
  10.         that used by Apple in their official examples.
  11. 1.8        Changes for compatibility with CodeWarrior CW6 release
  12.         and the new Universal Headers. Mainly, the changes involved
  13.         renaming lots of methods that returned references to
  14.         object members so the names of the methods now end in
  15.         "Ref" This had to be done for cases where the name of the
  16.         method was the same name as a datatype or class; older
  17.         versions of CW didn't complain about this, but now it does.
  18. 1.7        Addition of better checks for the Drag Manager since
  19.         Simon Dufour found a problem running on his PowerBook
  20.         under System 7.1 French-Canadian (!)
  21. 1.6        addition of support for the TeachText/SimpleText
  22.         read-only ('ttro') documents as text files.
  23. 1.5        addressed ColorQuickDraw issues on 68000 machines
  24.         such as the SE when using DeviceLoop
  25. 1.4        addition of BalloonHelp for the test app and the
  26.         ABox resources, just to do it up right...also fixed a logic
  27.         problem in performing update events via the event filter
  28.         which would cause some application's use of the Abox to
  29.         show an incomplete dialog, where some controls were
  30.         drawn and some omitted.
  31. 1.3        fixed a bug in the public release that incorrectly
  32.         detected the SpeechMgr on PowerMacs (well, on my 
  33.         8100/80 at work at least), but worked fine on 680x0
  34.         macs.
  35. 1.2        public release; fixed the 3d effects to be intelligent
  36.         across multiple monitors a-la DeviceLoop; fixed a pair of
  37.         memory leaks in two of the classes. There _is_ a cosmetic
  38.         bug wherein the 3d bezel effect will sometimes draw on
  39.         top of the top line of the vertical scrollbars, but it's
  40.         only cosmetic and will be fixed shortly.
  41. 1.1        final dressing for public release; mainly includes
  42.         the documentation that was really needed, and adjustment
  43.         of the 3d frame effect
  44. 1.0.8        internal stuff, never released on time due to loss of
  45.         full internet access (sigh...)
  46. 1.0.7        fixed and improved the list update code to better
  47.         handle list drawing when shoved to the background.
  48.         Also, added some DragMgr code to improve things.
  49. 1.0.6        added some sanity checks when dealing with RgnHandles 
  50.         for the Drag Manager to prevent the ABox++ from 
  51.         eventually blowing up. Changed the cursor switching 
  52.         between arrow and watch during setup time.    Also 
  53.         added support for the host program to turn support 
  54.         for the Drag Mgr, Speech to Text Mgr, and the Sound 
  55.         Mgr on and off via the kABoxUseDragMgr, 
  56.         kABoxUseSpeechMgr, and KABoxUseSoundMgr properties of
  57.         the ABox class.
  58. 1.0.5        reduced the package size (thanks again dan!) due to 
  59.         a bad resource file being included via a QuicKeys 
  60.         macro during packaging. Sigh.
  61. 1.0.4        reduced redundant updates, finally fixed 
  62.         click-to-foreground movement/updating (thanks dan!)
  63. 1.0.3        edits for true modeless dialog window proc,
  64.         better click-to-foreground handling
  65. 1.0.2        internal modifications; never released
  66. 1.0.1        first version released
  67.